CPhidget_getServerAddress

Gets the address and port of a remotely opened Phidget. This will fail f the Phidget was opened locally.

extern (C) __gshared
int function(CPhidgetHandle phid, const char** address, int* port) CPhidget_getServerAddress;

Meta